projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2499a04
)
ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
author
Faiz Abbas
<
[email protected]
>
Fri, 5 Apr 2019 08:48:45 +0000
(14:18 +0530)
committer
Tom Rini
<
[email protected]
>
Fri, 12 Apr 2019 12:05:56 +0000
(08:05 -0400)
Correct vpo_sd_1v8_3v3 regulator max voltage to 3.3V
Signed-off-by: Faiz Abbas <
[email protected]
>
Reviewed-by: Keerthy <
[email protected]
>
arch/arm/dts/dra71-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/dra71-evm.dts
b/arch/arm/dts/dra71-evm.dts
index 41c9132eb550d07dd686a85eda0296bbfad0b6f7..64363f75c01ad507ce40c32bd2e4a756190a608e 100644
(file)
--- a/
arch/arm/dts/dra71-evm.dts
+++ b/
arch/arm/dts/dra71-evm.dts
@@
-24,13
+24,13
@@
regulator-name = "vddshv8";
regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3
0
00000>;
+ regulator-max-microvolt = <3
3
00000>;
regulator-boot-on;
vin-supply = <&evm_5v0>;
gpios = <&gpio7 11 GPIO_ACTIVE_HIGH>;
states = <1800000 0x0
- 3
0
00000 0x1>;
+ 3
3
00000 0x1>;
};
evm_1v8_sw: fixedregulator-evm_1v8 {